Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Reading and Writing File Data


Q3String_Write

You can use the Q3String_Write function to write a string to a file object.

TQ3Status Q3String_Write (const char *data, TQ3FileObject file);
data
A pointer to a string.
file
A file object.
DESCRIPTION
The Q3String_Write function writes the string data pointed to by the data parameter to the file object specified by the file parameter. The number of bytes written to the file object is equal to Q3Size_Pad(strlen(data)+1).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996